←Select platform

GetAddInCustomData<T>(string,string,Type[]) Method

Summary

Gets the addin custom data.

Syntax

C#
VB
C++
public T GetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   Type[] extraTypes 
) 
  
Public Overloads Function GetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String, _ 
   ByVal extraTypes() As Type _ 
) As T 
public: 
_T^_ GetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   array<Type^>^ extraTypes 
)  

Parameters

addinName
Name of the addin.

customDataName
Name of the custom data.

extraTypes
Array of System.Type that describes the data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly